projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
121ea65
)
Attempt to catch backtrace of segfault in bug #16234.
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 24 Dec 2013 17:55:07 +0000
(19:55 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 24 Dec 2013 17:55:07 +0000
(19:55 +0200)
src/intervals.c
patch
|
blob
|
history
diff --git
a/src/intervals.c
b/src/intervals.c
index 0e3b684f570d7badb5bc514109d5e2f21bf76ce0..f2a2a16f4ad8606b167982b2490446b010a4dd6d 100644
(file)
--- a/
src/intervals.c
+++ b/
src/intervals.c
@@
-676,6
+676,7
@@
find_interval (register INTERVAL tree, register ptrdiff_t position)
while (1)
{
+ eassert (tree);
if (relative_position < LEFT_TOTAL_LENGTH (tree))
{
tree = tree->left;